Method SelectAsync<TResult>(Expression<Func<RedbObject<TProps>, TResult>>)

Assembly: redb.Core.dll

Execute window query with tree context and materialize results.

public Task<List<TResult>> SelectAsync<TResult>(Expression<Func<RedbObject<TProps>, TResult>> selector)